-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Resource and Data source: aws_ssmincidents_response_plan #30665
Conversation
Community NoteVoting for Prioritization
For Submitters
|
dcd07fd
to
13f8752
Compare
74756b0
to
9b5a27b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% ACCTEST_TIMEOUT=360m make testacc TESTARGS='-run=TestAccSSMIncidentsResponsePlan_serial' PKG=ssmincidents
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/ssmincidents/... -v -count 1 -parallel 20 -run=TestAccSSMIncidentsResponsePlan_serial -timeout 360m
=== RUN TestAccSSMIncidentsResponsePlan_serial
=== PAUSE TestAccSSMIncidentsResponsePlan_serial
=== CONT TestAccSSMIncidentsResponsePlan_serial
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/update
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/disappears
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/incidentTemplateFields
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/engagement
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/basic
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/updateTags
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/updateEmptyTags
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/displayName
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/chatChannel
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/action
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Data_Source_Tests
=== RUN TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Data_Source_Tests/basic
--- PASS: TestAccSSMIncidentsResponsePlan_serial (4065.24s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests (3677.97s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/update (358.87s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/disappears (501.64s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/incidentTemplateFields (342.17s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/engagement (371.26s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/basic (333.65s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/updateTags (346.80s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/updateEmptyTags (355.45s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/displayName (340.42s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/chatChannel (373.47s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Resource_Tests/action (354.24s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Data_Source_Tests (387.27s)
--- PASS: TestAccSSMIncidentsResponsePlan_serial/Response_Plan_Data_Source_Tests/basic (387.27s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/ssmincidents 4070.792s
@pschun Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.65.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Support AWS Incident Manager Response Plan Resource and Data source.
References
https://docs.aws.amazon.com/incident-manager/latest/APIReference/API_CreateResponsePlan.html
Output from Acceptance Testing